func reflect.addTypeBits
6 uses
reflect (current package)
abi.go#L422: addTypeBits(stackPtrs, stkStep.stkOff, arg)
abi.go#L455: addTypeBits(stackPtrs, stkStep.stkOff, res)
type.go#L2534: addTypeBits(bv, 0, &typ.Type)
type.go#L2875: func addTypeBits(bv *bitVector, offset uintptr, t *abi.Type) {
type.go#L2900: addTypeBits(bv, offset+uintptr(i)*tt.Elem.Size_, tt.Elem)
type.go#L2908: addTypeBits(bv, offset+f.Offset, f.Typ)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |